cURL
curl --request POST \ --url https://{client_id}.shipstream.app/api/global/v1/shipping/shipments/{id}/pick \ --header 'Content-Type: application/json' \ --data '{ "pick_locations": [ { "location_label": "<string>", "quantity": 123 } ] }'
This response does not have an example.
Completes some or all picks for the Shipment specified by its id path parameter.
Shipment
id
The id of the referenced Shipment.
x >= 1
The body is of type object.
object
OK - The operation completed successfully and there is no response body.